home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / cert / trk3_eg / menurght / frmmenus.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1993-08-09  |  1.2 KB  |  49 lines

  1. VERSION 2.00
  2. Begin Form frmMenus 
  3.    Caption         =   "Form2"
  4.    ClientHeight    =   2760
  5.    ClientLeft      =   1545
  6.    ClientTop       =   4440
  7.    ClientWidth     =   5145
  8.    Height          =   3450
  9.    Left            =   1485
  10.    LinkTopic       =   "Form2"
  11.    ScaleHeight     =   2760
  12.    ScaleWidth      =   5145
  13.    Top             =   3810
  14.    Width           =   5265
  15.    Begin Menu mnuright 
  16.       Caption         =   "Menu1"
  17.       Index           =   0
  18.       Begin Menu mnuundo 
  19.          Caption         =   "Undo"
  20.       End
  21.       Begin Menu mnuSep1 
  22.          Caption         =   "-"
  23.       End
  24.       Begin Menu mnuCut 
  25.          Caption         =   "Cut"
  26.       End
  27.       Begin Menu mnuCopy 
  28.          Caption         =   "Copy"
  29.          Enabled         =   0   'False
  30.       End
  31.       Begin Menu mnuPaste 
  32.          Caption         =   "Paste"
  33.       End
  34.    End
  35.    Begin Menu mnuright 
  36.       Caption         =   "Menu2"
  37.       Index           =   1
  38.       Begin Menu mnuundo2 
  39.          Caption         =   "Undo"
  40.       End
  41.       Begin Menu mnuSep2 
  42.          Caption         =   "-"
  43.       End
  44.       Begin Menu mnuCut2 
  45.          Caption         =   "Cut2"
  46.       End
  47.    End
  48. Option Explicit
  49.